To modify the loaded image on a pixel-by-pixel basis:
- Call DIBGetPixel and DIBSetPixel methods to get and set the color of a pixel at specified coordinates within the DIB.
- Get or set IResX, IResY and IResUnits to specify the resolution of the image.
These modifications cannot be undone using the Undo method.